home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 1279 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1002 b 

  1. Path: fiesta.srl.ford.com!usenet
  2. From: Dave Boll <dboll@elvis.srl.ford.com>
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: UUDECODE with REXX.
  5. Date: Fri, 08 Mar 1996 11:36:10 -0500
  6. Organization: Scientific Research Labs, Ford Motor Company
  7. Distribution: inet
  8. Message-ID: <314061FA.2A4B@elvis.srl.ford.com>
  9. References: <4hk9r6$3ohe@news-s01.ny.us.ibm.net> <4hpcrf$d70@alterdial.UU.NET>
  10. NNTP-Posting-Host: sl1045.srl.ford.com
  11. Mime-Version: 1.0
  12. Content-Type: text/plain; charset=us-ascii
  13. Content-Transfer-Encoding: 7bit
  14. X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
  15.  
  16. Someone wrote a Rexx implementation of the UUDE/EN-Code stuff.
  17. Don't remember where I saw it (maybe on hobbes?).
  18.  
  19. In any event, you can do bit manipulation in rexx pretty easily
  20. (using bitand(), bitor(), bitxor(), b2x(), x2c(), etc.), so I 
  21. don't think it would be too hard to do in Rexx, though it 
  22. certainly wouldn't perform as well as 'C' code.
  23.  
  24. No doubt though, the 'C' version of the UUde/enCode stuff is 
  25. more terse than one in Rexx would be ...
  26.